home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- break off
- if not exist para1024.exe goto filefail
- para1024.exe
- cls
- echo
- echo
- echo Thank you for watching our
- echo Paradox 3.5 Demonstration.
- echo
- echo If you would like to view it
- echo again, type:
- echo
- echo PARADEMO
- echo
- echo and press the ENTER key.
- echo
- echo
- goto exit
- :filefail
- echo
- echo
- echo Paradox 3.5 Demo Disk Install
- echo -------------------------------
- echo
- echo An important file is missing from
- echo your Paradox 3.5 Demo Directory:
- echo
- echo PARA1024.EXE
- echo
- echo The demo cannot run if this
- echo file is missing!
- echo
- echo Please check your directory to
- echo see if the file has been renamed
- echo or re-install the demo using your
- echo Paradox demo disk.
- echo
- goto exit
- :exit
- exit